body {
  background-color: black;
}
  
.container {
  display:flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 25px;
  line-height: 20px;
  line-break: strict;
 
  width: 80%;
  background-color: antiquewhite;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
  border-width: 10px;
  border-style: solid;
  border-color:forestgreen;
  }
  
.item {
  display:flex;
  flex-direction: column;
  margin: 25px;
  line-height: 20px;
  line-break: strict;
 
  width: 80%;
  background-color: antiquewhite;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
  border-width: 5px;
  border-style: solid;
  border-color:forestgreen;
   }

h1, h2, h3, p {
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  color: #1d2917;
  }
:any-link {
  color: #1d2917;
}